SftTree/NET 2.0

AutoExpandDragDrop Property, SftTree Class

Softel vdm, Inc.

Defines whether items are automatically expanded during a drag & drop operation, when the mouse cursor hovers over the item for an extended period of time.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property AutoExpandDragDrop As Boolean

C#   

public bool AutoExpandDragDrop { get; set; }

C++   

public: property bool AutoExpandDragDrop {
        bool get();
        void set(bool value);
}

Property Value

True if items are automatically expanded, otherwise False.

The default value is False.

Comments

The AutoExpandDragDrop property defines whether items are automatically expanded during a drag & drop operation, when the mouse cursor hovers over the item for an extended period of time.

During a drag & drop operation, if the mouse cursor hovers over an expandable item for an extended period of time, the item can automatically be expanded based on the AutoExpandDragDrop property setting. Once the drag & drop operation completes, the affected items remain expanded.

The DragDropHoverInterval property defines how long the mouse cursor hovers over an item before it is expanded.

The AutoExpandArea can be used to define the area where items are automatically expanded.

The AutoExpandHover property defines whether items are automatically expanded when the mouse hovers over an item (outside of a drag & drop operation).


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com